home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
date
/
adxdial.dfm
/
adxdial.txt
Wrap
Text File
|
1996-04-08
|
1KB
|
58 lines
object DialDialog: TDialDialog
Left = 285
Top = 138
ActiveControl = Number
BorderStyle = bsDialog
Caption = 'Dial'
ClientHeight = 128
ClientWidth = 358
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 16
object Panel1: TPanel
Left = 8
Top = 8
Width = 337
Height = 57
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 20
Width = 76
Height = 16
Caption = 'Dial whom?'
end
object Number: TEdit
Left = 104
Top = 16
Width = 217
Height = 24
TabOrder = 0
end
end
object Dial: TButton
Left = 8
Top = 80
Width = 89
Height = 33
Caption = 'Dial'
Default = True
TabOrder = 1
OnClick = DialClick
end
object Cancel: TButton
Left = 120
Top = 80
Width = 89
Height = 33
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = CancelClick
end
end